@charset "UTF-8";
html,
body {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: MicrosoftYaHei;
}
.mb0 a::before {
  margin-bottom: 0 !important;
}
@keyframes rotate180 {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}
.swiper-container1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec2 {
  position: relative;
  z-index: 3;
  /* height: 100vh; */
  background: #fff;
  overflow: auto;
}
.sec1 {
  position: relative;
  z-index: 3;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.sec1 .bg {
  position: absolute;
  z-index: 1;
}
.sec1 .home-content {
  height: 100vh;
  position: relative;
  width: 1234px;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}
.sec1 .home-top {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 58px;
}
.sec1 .home-top-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00123c;
  border-radius: 0px 0px 50px 50px;
  opacity: 0.2;
  z-index: 3;
}
.sec1 .home-top-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 50px - 50px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 4;
}
.sec1 .home-top-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.sec1 .home-top-content li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.sec1 .home-top-content li a img {
  vertical-align: middle;
  margin-right: 6px;
}
.sec1 .home-top-content li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}
.sec1 .home-top-content li:hover a img {
  animation: rotate180 0.4s;
}
.sec1 .home-middle {
  position: absolute;
  height: fit-content;
  top: 0;
  transform: translateY(-25%);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.sec1 .home-middle .home-logo {
  width: 424px;
  margin: 0 auto;
}
.sec1 .home-middle .home-logo img {
  width: 100%;
}
.sec1 .home-search {
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  width: 597px;
  height: 54px;
}
.sec1 .home-search .search_input {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  opacity: 0.85;
  padding-left: 33px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  color: #333;
}
.sec1 .home-search .search_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 114px;
  height: 54px;
  background-color: #0a5aa1;
  border-radius: 0px 5px 5px 0px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec1 .home-search .search_box img {
  margin-right: 8px;
}
.home-footer {
  width: 1200px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 35px;
  color: #fff;
  font-size: 14px;
  z-index: 2;
}
.home-footer .mouse {
  position: relative;
  margin-top: 25px;
  font-size: 16px;
  -webkit-animation: TopBots 1.2s ease-in-out infinite both;
  -moz-animation: TopBots 1.2s ease-in-out infinite both;
  -ms-animation: TopBots 1.2s ease-in-out infinite both;
  animation: TopBots 1.2s ease-in-out infinite both;
}
.home-footer .mouse img {
  height: 31px;
}
#videoBg {
  width: 100vw;
  height: 100vh;
  object-fit: fill;
}
.sec2_main {
  padding-top: 30px;
}
.main_box .main_content {
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.main_box .main_content .news_box {
  padding: 0 30px 56px;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
}
.main_box .main_content .news_box .right_list_box {
  width: 550px;
}
.main_box .main_content .news_box .right_list_box .bottom_link {
  display: flex;
  margin-top: 13px;
}
.main_box .main_content .news_box .right_list_box .bottom_link li:not(:last-child) {
  margin-right: 29px;
}
.main_box .main_content .news_box .right_list_box .bottom_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px !important;
  letter-spacing: 0px;
  color: #333333;
  transition: all 0.3s;
}
.main_box .main_content .news_box .right_list_box .bottom_link li a img {
  margin-right: 16px;
}
.main_box .main_content .news_box .right_list_box .bottom_link li:hover a {
  transform: translateX(4px);
  color: #1658a0;
}
.hot_swiper .dot.swiper-pagination-bullets {
  text-align: center;
}
.hot_swiper .dot.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #dcdcdc;
}
.hot_swiper .dot.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1658a0;
}
.hot_swiper .hot_content {
  padding-top: 35px;
  padding-bottom: 0px;
}
.hot_swiper .hot_content a {
  display: block;
  text-align: center;
}
.hot_swiper .hot_content a h3 {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.hot_swiper .hot_content a h3:hover {
  color: #1658a0;
}
.hot_swiper .hot_content a p {
  padding: 0 30px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 43px;
  letter-spacing: 1px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 莽鈥灺γр€毬姑铰︹€櫬モ€郝綾ss */
.left_focus_box {
  width: 660px;
}
.left_focus_box .focus,
.left_focus_box .focus .pic {
  position: relative;
  width: 100%;
}
.left_focus_box .focus img,
.left_focus_box .focus .pic img {
  width: 100%;
  height: 450px !important;
}
.left_focus_box .focus .pic > .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.left_focus_box .focus .pic img {
  height: 100%;
}
.left_focus_box .focus .pic span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 20px 25px;
  line-height: 16px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(49, 49, 49, 0.5);
  /* opacity: 0.5; */
  color: #fff;
}
.left_focus_box .focus .focus-prev,
.left_focus_box .focus .focus-next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 14px auto;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
.left_focus_box .focus .focus-prev {
  transform: translate(-50px, 0);
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-image: url(../images/focs_leftArrow.png);
}
.left_focus_box .focus .focus-next {
  transform: translate(50px, 0);
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
  background-image: url(../images/focs_rightArrow.png);
}
.left_focus_box .focus:hover .focus-prev,
.left_focus_box .focus:hover .focus-next {
  opacity: 1;
  transform: translate(0, 0);
}
.left_focus_box .focus .navi {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  text-align: right;
  /* display: flex;
  justify-content: right;
  align-items: center; */
  padding-right: 22px;
}
.left_focus_box .focus .navi li {
  width: 10px;
  height: 10px;
  border: 0;
  color: transparent;
  border-radius: 10px;
}
.left_focus_box .focus .navi li.on {
  background-color: #fff;
}
.left_focus_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.left_focus_box .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 9px;
}
.left_focus_box .focus .swiper-pagination-bullet {
  background: #ffffff;
  margin-right: 9px;
  opacity: 1;
}
.left_focus_box .focus .swiper-pagination-bullet-active {
  background-color: #82ccff;
}
.w1240 {
  width: 1240px;
  margin: 0 auto;
}
.sec3_tab_box {
  width: 100%;
  height: 100px;
  background-color: #015293;
}
.sec3_tab {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.sec3_tab a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
}
.sec3_tab a img {
  margin-right: 25px;
}
.sec3_tab > a:hover img {
  animation: rotate180 0.4s;
}
.sec3_tab > a:nth-child(even) {
  background-color: #3f8dcb;
}
.sec3_tab > a:nth-child(odd) {
  background-color: #2e7cbb;
}
.sec3_tab a.current {
  position: relative;
  background-color: #5face9;
}
.sec3_tab a.current::after {
  position: absolute;
  bottom: 1px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border: 12px solid transparent;
  border-width: 11px 12px;
  border-top-color: #5face9;
}
.sec3_content {
  padding-top: 45px;
  background-color: #f6fbff;
  padding-bottom: 35px;
}
.sec3_card {
  display: none;
  padding: 32px 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.sec3_card.current {
  display: block;
}
.sec3_card_qyc .qyc_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 22px;
}
.sec3_card_qyc .qyc_left_box {
  width: 612px;
}
.sec3_card_qyc .qyc_left_box .qyc_left_tab .more {
  padding-top: 5px;
}
.sec3_card_qyc .qyc_left_box .gljd-t .gljd_box {
  display: flex;
}
.sec3_card_qyc .qyc_left_box .gljd-t .gljd_box .list_text {
  width: 70%;
}
.sec3_card_qyc .qyc_left_box .gljd-t .gljd_box .gljd_link {
  display: inline-block;
  width: 100px;
  color: #5e89bc;
}
.sec3_card_qyc .qyc_right_box {
  width: 504px;
}
.sec3_card_qyc .qyc_right_box .zxft_tab {
  margin-bottom: 0;
}
.sec3_card_qyc .qyc_right_box .zxft_tab a.current {
  border: none;
}
.sec3_card_qyc .qyc_right_box .zxft_list_div {
  box-sizing: border-box;
  padding: 23px 36px;
  height: auto;
  min-height: 392x;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f9ff 100%);
  border: solid 1px #e6e6e6;
  border-top: 4px #1658a0 solid;
}
.sec3_card_qyc .qyc_right_box .zxft_list_div .zxft_list_left a {
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 178px;
}
@media (max-width: 992px) {
  .sec3_card_qyc .qyc_right_box .zxft_list_div .zxft_list_left a {
    max-height: unset;
  }
}
.sec3_card_qyc .qyc_right_box .zxft_list_div .zxft_list_left a img {
  min-width: 100%;
  width: 100%;
  height: 178px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .sec3_card_qyc .qyc_right_box .zxft_list_div .zxft_list_left a img {
    height: auto;
  }
}
.sec3_card_qyc .qyc_right_box .zxft_list_div .zxft_list_right h3 a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 19px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec3_card_qyc .qyc_right_box .zxft_list_div .zxft_list_right .zxft_list_right_list .li {
  position: relative;
  display: flex;
  margin-top: 15px;
  height: 25px;
  align-items: center;
}
.sec3_card_qyc .qyc_right_box .zxft_list_div .zxft_list_right .zxft_list_right_list .li .frame_detial {
  width: 80px;
  min-width: 80px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #0068b7;
  padding-left: 10px;
  box-sizing: border-box;
  background-image: url(../images/ifame.png);
  background-size: 100% 100%;
}
.sec3_card_qyc .qyc_right_box .zxft_list_div .zxft_list_right .zxft_list_right_list .li p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  padding-left: 12px;
}
.sec3_card_qyc .qyc_right_box .zxft_list_div .zxft_list_right .zxft_list_right_list .li p:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec3_card_qyc .qyc_right_box .zxft_list_div {
  display: none;
}
.sec3_card_qyc .qyc_right_box .zxft_list_div.current {
  display: block;
}
.sec3_card_qyc .qyc_bottom {
  display: flex;
  flex-wrap: wrap;
  padding-top: 18px;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  width: 1180px;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.sec3_card_qyc .qyc_bottom .search_zc,
.sec3_card_qyc .qyc_bottom .range,
.sec3_card_qyc .qyc_bottom .radio_range,
.sec3_card_qyc .qyc_bottom .input_box,
.sec3_card_qyc .qyc_bottom .search_box {
  margin-bottom: 30px;
}
.sec3_card_qyc .qyc_bottom .search_zc {
  margin-right: 30px;
}
.sec3_card_qyc .qyc_bottom .range {
  margin-right: 30px;
}
.sec3_card_qyc .qyc_bottom .range::before {
  display: inline-block;
  content: "";
  border: 14px solid transparent;
  border-width: 7px 9px;
  border-left-color: #4885c9;
  margin-right: 8px;
}
.sec3_card_qyc .qyc_bottom .input_box {
  box-sizing: border-box;
  padding-left: 17px;
  width: 333px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1cfed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
}
.sec3_card_qyc .qyc_bottom .radio_range input {
  margin-right: 12px;
}
.sec3_card_qyc .qyc_bottom .radio_range.all {
  margin-right: 30px;
}
.sec3_card_qyc .qyc_bottom .radio_range.title {
  margin-right: 40px;
}
.sec3_card_qyc .qyc_bottom .search_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 45px;
  background-color: #4785c9;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  margin-left: 30px;
  cursor: pointer;
}
.sec3_card_qyc .qyc_bottom .search_box img {
  margin-right: 14px;
}
.sec3_card_qyc .qyc_bottom .f18 {
  font-size: 18px;
  color: #666;
}
.sec3_card_qyb .ehb {
  position: relative;
}
.sec3_card_qyb .ehb .ehb_code {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%, 100%);
  padding: 10px;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.sec3_card_qyb .ehb .ehb_code::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  content: "";
  border: 1px solid transparent;
  border-width: 11px 6px;
  border-bottom-color: #fff;
  z-index: 99;
}
.sec3_card_qyb .ehb:hover .ehb_code {
  display: block !important;
}
.sec3_card_qyb .top {
  display: flex;
  justify-content: space-between;
}
.sec3_card_qyb .top a {
  width: 358px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.sec3_card_qyb .top a p {
  font-size: 22px;
  font-weight: blod;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  margin-left: 20px;
}
.sec3_card_qyb .top a:first-child {
  background-image: url(../images/sec3_jqb_top01-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.sec3_card_qyb .top a:first-child img:last-child {
  margin-left: 28px;
}
.sec3_card_qyb .top a:not(:first-child) {
  background-color: #f0f6ff;
}
.sec3_card_qyb .top .card_qyb_top_a01 {
  width: 400px;
}
.sec3_card_qyb .top .card_qyb_top_a02 img {
  width: 70px;
}
.sec3_card_qyb .top .card_qyb_top_a02 p {
  font-weight: bold;
}
.sec3_card_qyb .top .card_qyb_top_a03 img {
  width: 63px;
}
.sec3_card_qyb .top .card_qyb_top_a03 p {
  font-weight: bold;
  margin-left: 55px;
}
.sec3_card_qyb .sec3_card_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 47px;
  flex-wrap: wrap;
}
.sec3_card_qyb .pubCon-tab-pane .grbs_tab {
  margin-bottom: 17px;
}
.sec3_card_qyb .pubCon-tab-pane .ztfw_tab {
  margin-bottom: 0;
}
.sec3_card_qyb .grbs_box {
  width: 400px;
}
.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div {
  display: none;
  width: 100%;
  background-color: #4285cf;
  padding: 21px 37px 18px 30px;
  box-sizing: border-box;
}
.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title {
  display: flex;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #ffffff;
}
.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div .grbs_title img {
  margin-right: 8px;
}
.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div .more {
  display: inline-block;
}
.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div:first-child {
  background-color: #4285cf;
}
.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div:nth-child(2) {
  background-color: #449be5;
}
.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div:last-child {
  background-color: #1a70ba;
}
.sec3_card_qyb .grbs_box .grbs_pane .grbs_list_div.current {
  display: block;
}
.sec3_card_qyb .grbs_box .grbs_list {
  width: 100%;
  margin-top: 12px;
}
.sec3_card_qyb .grbs_box .grbs_list li {
  padding-left: 10px;
  float: left;
  width: 30%;
  min-width: 80px;
}
.sec3_card_qyb .grbs_box .grbs_list li a {
  width: 100%;
  transition: all 0.3s;
}
.sec3_card_qyb .grbs_box .grbs_list li:hover a {
  transform: translateX(4px);
}
.sec3_card_qyb .grbs_box .grbs_list li a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin-right: 9px;
}
.sec3_card_qyb .grbs_box .grbs_list a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.sec3_card_qyb .ztfw_box {
  width: 726px;
}
.sec3_card_qyb .ztfw_list {
  display: none;
}
.sec3_card_qyb .ztfw_list li {
  float: left;
  height: 98px;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.sec3_card_qyb .ztfw_list a {
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #333333;
}
.sec3_card_qyb .ztfw_list a:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.sec3_card_qyb .ztfw_list.current {
  display: block;
}
.sec3_card_qyb .tszq_list {
  margin-left: -22px;
  margin-top: 21px;
  margin-bottom: -23px;
}
.sec3_card_qyb .tszq_list li {
  width: 30%;
  height: 81px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  margin-left: 24px;
  margin-bottom: 23px;
}
.sec3_card_qyb .tszq_list li a {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.sec3_card_qyb .tszq_list li a img {
  margin-right: 22px;
}
.sec3_card_qyb .tszq_list li a span {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #333333;
}
.sec3_card_qyw {
  padding: 32px 30px;
}
.sec3_card_qyw .qyw_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec3_card_qyw .qyw_left {
  width: 733px;
}
.sec3_card_qyw .qyw_left .zxft_box {
  width: 100%;
}
.sec3_card_qyw .qyw_left .ddxx_box {
  width: 100%;
  margin-top: 16px;
}
.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  border-bottom: 1px solid #e8e8e8;
}
.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 a {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 22px;
}
.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 a + a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  margin: auto;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #afafaf;
}
.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 .tab_item_right a.current {
  color: #1658a0;
  font-weight: bold;
}
.sec3_card_qyw .qyw_left .ddxx_box .tab-pane-right h3 .tab_left {
  padding-bottom: 20px;
  border-bottom: 4px solid #1658a0;
}
.sec3_card_qyw .qyw_left .ddxx_table {
  margin-top: 16px;
  width: 100%;
}
.sec3_card_qyw .qyw_left .ddxx_table tbody {
  width: 100%;
}
.sec3_card_qyw .qyw_left .ddxx_table .th {
  width: 100%;
  height: 45px;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  color: #333333;
}
.sec3_card_qyw .qyw_left .ddxx_table .th th:nth-child(1) {
  width: 31%;
}
.sec3_card_qyw .qyw_left .ddxx_table .th th:nth-child(2) {
  width: 22%;
  min-width: 80px;
}
.sec3_card_qyw .qyw_left .ddxx_table .th th:nth-child(3) {
  width: 17%;
  min-width: 70px;
}
.sec3_card_qyw .qyw_left .ddxx_table .th th:nth-child(4) {
  min-width: 80px;
  width: 20%;
}
.sec3_card_qyw .qyw_left .ddxx_table tr:not(:last-child, .th) {
  border-bottom: dashed 1px #d2d2d2;
}
.sec3_card_qyw .qyw_left .ddxx_table tr td:nth-child(1) {
  display: flex;
  align-items: center;
}
.sec3_card_qyw .qyw_left .ddxx_table tr td:nth-child(1) span {
  width: 2.4rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec3_card_qyw .qyw_left .ddxx_table .text {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 0px;
  color: #333333;
}
.sec3_card_qyw .qyw_left .ddxx_table .text td:first-child {
  text-align: left;
}
.sec3_card_qyw .qyw_left .ddxx_table .text td:first-child .square {
  display: inline-block;
  line-height: 47px;
  margin-bottom: 4px;
  margin-right: 6px;
  width: 4px;
  height: 4px;
  background-color: #cccccc;
}
.sec3_card_qyw .qyw_left .ddxx_table .text .red {
  color: #ed4747;
}
.sec3_card_qyw .qyw_left .ddxx_table .text .green {
  color: #55b773;
}
.sec3_card_qyw .qyw_left .ddxx_table {
  display: none;
}
.sec3_card_qyw .qyw_left .ddxx_table.current {
  display: block;
}
.sec3_card_qyw .qyw_right {
  width: 389px;
}
.sec3_card_qyw .qyw_left .mydc_box .mydc_tab {
  margin-bottom: 6px;
}
.sec3_card_qyw .qyw_left .mydc_list a {
  display: flex;
  justify-content: space-between;
  height: 88px;
  align-items: center;
}
.sec3_card_qyw .qyw_left .mydc_list a .left {
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sec3_card_qyw .qyw_left .mydc_list a h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec3_card_qyw .qyw_left .mydc_list a p {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec3_card_qyw .qyw_left .mydc_list a .btn {
  width: 67px;
  height: 23px;
  border-radius: 11px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sec3_card_qyw .qyw_left .mydc_list a .going {
  background-color: #6bb9f7;
}
.sec3_card_qyw .qyw_left .mydc_list a .ending {
  background-color: #8ab5d7;
}
.sec3_card_qyw .qyw_left .mydc_list li:not(:last-child) {
  border-bottom: dashed 1px #e5e5e5;
}
.sec3_card_qyw .qyw_left .mydc_list {
  display: none;
}
.sec3_card_qyw .qyw_left .mydc_list.current {
  display: block;
}
.sec3_card_qyw .qyw_right .xjcx_box .top {
  padding-top: 29px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sec3_card_qyw .qyw_right .xjcx_box .top img {
  margin-right: 9px;
}
@media (max-width: 992px) {
  .sec3_card_qyw .qyw_right .xjcx_box .top img {
    margin-bottom: 15px;
  }
}
.sec3_card_qyw .qyw_right .xjcx_box label {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
@media (max-width: 992px) {
  .sec3_card_qyw .qyw_right .xjcx_box label {
    margin-bottom: 15px;
  }
}
.sec3_card_qyw .qyw_right .xjcx_box input {
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-left: 8px;
  height: 28px;
  border-radius: 5px;
  border: solid 1px #bababa;
}
.sec3_card_qyw .qyw_right .xjcx_box .password {
  width: 100px;
  margin-right: 9px;
}
.sec3_card_qyw .qyw_right .xjcx_box .code {
  width: 100px;
  margin-right: 9px;
}
.sec3_card_qyw .qyw_right .xjcx_box .btn {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 52px;
  height: 28px;
  background-color: #1a87d9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec3_card_qyw .qyw_right .xjcx_box .bttom {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 187px;
  height: 110px;
  padding-top: 25px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #edf7ff 0%, #f4faff 100%);
  border-radius: 10px;
}
.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box:nth-child(1),
.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box:nth-child(2) {
  margin-bottom: 20px;
}
.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box a {
  display: block;
  width: fit-content;
  height: fit-content;
  text-align: center;
}
.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box img {
  margin-bottom: 16px;
  transform: all 0.3s;
}
.sec3_card_qyw .qyw_right .xjcx_box .bttom .img_box span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: bold;
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
}
.sec3_card_qycha {
  padding: 33px 30px 42px;
}
.sec3_card_qycha .sec3_card_qycha_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec3_card_qycha .card {
  text-align: center;
  box-sizing: border-box;
  padding-top: 33px;
  padding-left: 30px;
  padding-right: 30px;
  width: 368px;
  height: auto;
  padding-bottom: 20px;
  background-image: linear-gradient(0deg, #ffffff 0%, #f2f9ff 100%);
  border: solid 1px #e6e6e6;
}
.sec3_card_qycha .card .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  margin-top: 21px;
  margin-bottom: 32px;
}
.sec3_card_qycha .card .radio_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.sec3_card_qycha .card .radio_box div input {
  margin-right: 12px;
}
.sec3_card_qycha .card .radio_box div label {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.sec3_card_qycha .card .input_search {
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
  padding-left: 19px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #b1cfed;
}
.sec3_card_qycha .card .btn_box {
  height: 45px;
  background-color: #4785c9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sec3_card_qycha .card .btn_box img {
  margin-right: 14px;
}
.sec3_card_qycha .card .btn_box span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
}
.sec3_card_qycha .card_img_rote {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  box-sizing: content-box;
  border: 6px solid transparent;
  margin: 0 auto 10px;
  background-color: transparent;
  border-radius: 105px;
}
.sec3_card_qycha .card_img_rote::before {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  right: -14px;
  bottom: -14px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(0, 0);
  opacity: 0;
  border-radius: 105px;
  transition: all 0.3s;
}
.sec3_card_qycha .card_img_rote:hover::before {
  transform: scale(1, 1);
  opacity: 1;
}
.sec3_card_qycha .card_img_rote:hover {
  box-shadow: 0 0 0 6px #ecf5ff;
  border-color: #eef6ff;
  background-color: #eef6ff;
}
.sec3_card_qycha .card2 title {
  margin-bottom: 26px;
}
.sec3_card_qycha .card_list {
  position: relative;
}
.sec3_card_qycha .card_list::after,
.sec3_card_qycha .card_list::before {
  content: "";
  display: table;
}
.sec3_card_qycha .card_list::after {
  clear: both;
  height: 0;
}
.sec3_card_qycha .card_list li {
  width: 33.3%;
  float: left;
}
.sec3_card_qycha .card_list li:hover a {
  color: #1658a0;
}
.sec3_card_qycha .card_list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.sec3_card_qycha .card_list a::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #1658a0;
  margin-right: 9px;
  margin-bottom: 4px;
}
.sec3_card_qycha .card3 {
  padding-left: 27px;
}
.sec3_card_qycha .card3 .card_list {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec3_card_qycha .card3 .card_list li {
  text-align: left;
}
.sec3_card_qycha .card3 .card_list li:nth-child(even) {
  width: 46%;
}
.sec3_card_qycha .card3 .card_list li:nth-child(even) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec3_card_qycha .card3 .card_list li:nth-child(odd) {
  width: 52%;
}
.sec3_card_qycha .card3 .card_list li:nth-child(odd) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a {
  color: #333;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
  height: 0;
}
/*莽卢卢氓鈥衡€好ヂ甭�*/
.sec4_box {
  margin-top: 34px;
}
.sec4_box .sec4_nav {
  padding-top: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 55px;
  flex-wrap: wrap;
  justify-content: center;
}
.sec4_box .sec4_nav a {
  position: relative;
  width: 204px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.sec4_box .sec4_nav a:hover img {
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
}
.sec4_box .sec4_nav a img {
  padding-bottom: 28px;
}
.sec4_box .sec4_nav a span {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sec4_box .sec4_nav a + a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 56px;
  border-left: dashed 1px #c6c6c6;
}
.sec4_box .ztzl_box {
  margin-bottom: 40px;
}
.sec4_box .ztzl_box .ztzl_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px;
}
.sec4_box .ztzl_box .ztzl_title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #1658a0;
  padding-bottom: 20px;
  border-bottom: 4px solid #1658a0;
}
.sec4_box .ztzl_box .more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #1658a0;
  padding-bottom: 20px;
}
.sec4_box .ztzl_box .more img {
  margin-left: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.sec4_box .ztzl_box .ztzl_swiper_box {
  position: relative;
}
.sec4_box .ztzl_box .ztzl_swiper_box .ztzl_swiper {
  width: 1240px;
  margin: 0 auto;
}
.sec4_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .swiper-slide {
  width: 23.5%;
}
.sec4_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a {
  display: block;
  height: 192px;
  background-color: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.sec4_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a:hover img {
  scale: 1.1;
}
.sec4_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.sec4_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a .bg_title {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  background-color: #000000;
  border-radius: 0px 0px 10px 10px;
  opacity: 0.4;
}
.sec4_box .ztzl_box .ztzl_swiper_box .ztzl_swiper .swiper-wrapper .ztzl_slide_a .bg_text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-left: 12px;
}
.sec4_box .ztzl_box .ztzl_swiper_box .swiper-button-next,
.sec4_box .ztzl_box .ztzl_swiper_box .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 44px;
  background-color: #3e80c9;
  border-radius: 0px 5px 5px 0px;
  opacity: 0.5;
  background-size: 11px auto;
}
.sec4_box .ztzl_box .ztzl_swiper_box .swiper-button-next {
  border-radius: 5px 0px 0px 5px;
  right: 0;
  background-image: url(../images/ztzl_rightArrow.png);
}
.sec4_box .ztzl_box .ztzl_swiper_box .swiper-button-prev {
  left: 0;
  background-image: url(../images/ztzl_leftArrow.png);
}
@keyframes TopBots {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@-webkit-keyframes TopBots {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@-moz-keyframes TopBots {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@-ms-keyframes TopBots {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-8px);
  }
}
/* 氓路娄盲戮搂猫戮鹿忙聽聫 */
.aside_box {
  width: fit-content;
  height: fit-content;
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 10;
  display: none;
}
.aside_box.show {
  display: block;
}
.aside_box .zzwd {
  display: block;
  text-align: center;
  position: relative;
  height: 92px;
  margin-bottom: 9px;
}
.aside_box .zzwd img {
  position: absolute;
  bottom: 0;
  left: -7px;
  display: inline-block;
}
.aside_content {
  width: 65px;
  height: 378px;
}
.aside_content .aside_content_a {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.aside_content .aside_content_a > div {
  cursor: pointer;
  width: 54px;
  height: 54px;
  border-radius: 54px;
}
.aside_content .aside_content_a > div,
.aside_content .aside_content_a > div > a,
.aside_content .aside_content_a > div > a.ehb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aside_content .aside_content_a > div p,
.aside_content .aside_content_a > div > a p,
.aside_content .aside_content_a > div > a.ehb p {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #fff;
  word-break: break-all;
  transition: all 0.3s;
}
.aside_content .aside_content_a > div:hover {
  background-color: #1658a0;
}
.aside_content .aside_content_a > div:hover .imgbz {
  display: none;
}
.aside_content .aside_content_a > div:hover p {
  display: flex !important;
}
.aside_content .aside_content_a > div:hover .ehb_code {
  display: block !important;
}
.aside_content .aside_content_a .ehb {
  position: relative;
  width: 100%;
  display: block;
}
.aside_content .aside_content_a .ehb .ehb_code {
  position: absolute;
  left: -30px;
  top: 0;
  transform: translate(-100%, -40%);
  padding: 10px;
  opacity: 1;
  transition: opacity 0.3s;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.aside_content .aside_content_a .ehb .ehb_code img:last-child {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.aside_content .zntj_aside {
  position: relative;
}
.aside_content .zntj_content {
  display: none;
  width: 490px;
  height: 400px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -56px;
  background-color: transparent;
  transform: translate(-100%, 0);
}
.aside_content .zntj_content_inner {
  width: 480px;
  height: 400px;
  box-sizing: border-box;
  margin-right: 20px;
  padding: 18px 22px;
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.aside_content .zntj_title {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #1658a0;
  border-bottom: 1px solid #e8e8e8;
}
.aside_content .zntj_title span {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 4px solid #1658a0;
}
.aside_content .zntj_list {
  margin-top: 5px;
}
.aside_content .zntj_list a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
}
.aside_content .zntj_list a .mark {
  display: inline-block;
  width: 76px;
  height: 22px;
  line-height: 22px;
  background-color: #e4f3ff;
  border-radius: 5px;
  color: #0068b7;
  text-align: center;
  margin-right: 10px;
}
.aside_content .changeBtn {
  margin-top: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 444px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 8px;
  user-select: none;
}
.aside_content .changeBtn img {
  margin-right: 6px;
}
.aside_content .code_ewm {
  width: 105px;
  height: 105px;
}
.elp1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.hot_box_swiper {
  position: relative;
  /* border: 1px solid red; */
}
.hot_box_swiper .dot {
  z-index: 999;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.hot_box_swiper .swiper-wrapper,
.hot_box_swiper .swiper-slide {
  height: 140px;
}
.main_content .hot_swiper .hot_content {
  display: flex;
  justify-content: center;
  padding-top: 35px;
  width: 100%;
  box-sizing: border-box;
}
.main_content .hot_swiper .hot_content a {
  width: 100%;
  box-sizing: border-box;
}
.main_content .hot_swiper .hot_content .left {
  height: 100%;
  line-height: 80px;
}
.main_content .hot_swiper .hot_content .left img {
  vertical-align: middle;
}
.hot_box_swiper {
  position: relative;
}
.hot_box_swiper > .left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6rem;
}
.hot_box_swiper > .right {
  width: calc(100% - 350px);
  margin: 0 auto;
}
.hot_swiper .hot_content a h3,
.hot_swiper .hot_content a p {
  /* padding: 0 30px; */
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  .hot_box_swiper > .left {
    width: 15%;
  }
  .hot_box_swiper > .left img {
    width: 100%;
  }
  .hot_box_swiper > .right {
    width: calc(100% - 30% - 50px);
  }
}
/* .main_content .hot_swiper .hot_content a .right {
  width: calc(100% - 110px);
} */
/* .main_content .hot_swiper .hot_content a .right h3,
.main_content .hot_swiper .hot_content a .right p {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 10px;
  padding: 0;
} */
